EndUpdate Method (DeferrableObservableCollection<T>)
In This Topic
Enables raising events. If collection has been changed since the call to the
BeginUpdate method, raises PropertyChanged and CollectionChanged events.
Syntax
'Declaration
Public Sub EndUpdate()
See Also